home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / notify_shutdown < prev    next >
Text File  |  2001-04-06  |  602b  |  18 lines

  1. SYNOPSIS
  2.         void notify_shutdown (void)
  3.  
  4. DESCRIPTION
  5.         Notify the master about an immediate shutdown.
  6.  
  7.         If the gamedriver shuts down, this is the last function called
  8.         before the mud shuts down the udp connections and the
  9.         accepting socket for new players.
  10.         The function has the opportunity to perform any cleanup
  11.         operation, like informing the mudwho server that the mud is
  12.         down. This can not be done when remove_player() is called
  13.         because the udp connectivity is already gone then.
  14.  
  15. SEE ALSO
  16.         slow_shut_down(M), remove_player(M),
  17.  
  18.